@charset "utf-8";
/* CSS Document */

#left_wrap{ width:230px; height:870px; float:left; }
/*公告栏*/
#bulletin_title{ width:230px; background:url(../images/short_title_bg.png) left top no-repeat; }
#bulletin{ background:url(../images/notice_bg.png) left bottom no-repeat; border:#bbcbd8 1px solid; width:228px; height:163px; }
#bulletin ul{ width:200px; height:130px; margin-top:13px; margin-left:14px;  background:none; }
#bulletin ul li{ background:url(../images/bulletin_bg.png) 8px 6px no-repeat; height:47px;  padding:0 7px 0 23px; padding-bottom:10px;line-height:16px; width:180px}
#bulletin ul li a{   font-size:12px; color:#888888;  }
#bulletin ul li a:hover{ color:#05abde; }
/*友情链接*/
#links_title{ margin:10px 0  3px 0; height:72px; }
#links{border:#bbcbd8 1px solid; height:184px; width:228px; background:url(../images/notice_bg.png) left bottom no-repeat; overflow:hidden;}
#links{ padding-bottom:14px;}
#links li{ padding:14px 0 0 12px; }
#links li a{ font-size:12px; color:#444444; line-height:22px;  display:block; text-indent:20px; background:url(../images/link_bg.png) left center no-repeat; }
#links li a:hover{ color:#05abde; }
/*联系我们*/
#contact_title{ margin:10px 0 3px 0; height:72px;  }
#contact{ height:420px; width:228px; border:#bbcbd8 1px solid; background:url(../images/notice_bg.png) left bottom no-repeat; padding-top:5px; }
#contact p{ font-size:12px; color:#444444; line-height:28px; text-indent:1em; }
#contact img{ margin:0 auto; display:block; padding-top:15px; }
#contact h6{ text-align:center; color:#444444; padding-top:7px;}

#right_wrap{ width:740px; height:870px; float:right;}
/*公司简介*/
#about_title{ width:740px; }
.dsb{ width:700px; height:244px; border:#bbcbd8 1px solid; margin-bottom:10px; padding:0 19px 0 19px; }
.dsb li{ font-size:12px;  background:url(../images/news_bg.png) left center no-repeat; height:35px; }
.dsb li a{ color:#444; float:left; line-height:35px; padding-left:18px; display:block; }
.dsb li a:hover{ color:#05abde;}
.dsb li span{ color:#888; float:right; line-height:35px; display:block; }
.dsb li.first{ height:110px; border-bottom:#dedede 1px dashed; font-size:14px; background:none; }
.dsb li.first a{ padding-left:0; }
.dsb li.first a:hover{ color:#444; }
.dsb li.first p{ padding-left:28px; font-size:12px; color:#888; padding-top:35px; line-height:20px; }
.dsb li.first p .link{ font-size:12px; color:#05abde;  float:right; }
.dsb .more{ width:80px; height:22px; background:#b2b2b2; color:#fff; font-size:12px; float:right; display:block; text-align:center; line-height:22px; }


.demand {
    display: flex;
    height: 80px;
    background-color: #11aedf ;
    background-image: url('../images/demand_img.png');
    cursor: pointer;
    margin-bottom: 10px;
    color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.demand h4 {
    font-size: 16px;
    font-weight: bold;
    /*margin-bottom: 0.5vw;*/
}
.demand p {
    font-size: 12px;
}

#contact img{
    width: 150px;
}




